ResultsRecord
#include
short numRows; 2 0 number of rows in result
short numCols; 2 2 number of columns per row
Handle colTypes; 4 4 data type array Handle colData; 4 8 actual results than rcDBValue, then not all of the data actually returned by the data source
was retrieved. This could happen, for instance, if the user's computer does not
have sufficient memory space to hold all the data. In this case, your application
can make more space available (by writing the data in the data record to disk,
complete retrieval of the data.
only; if it runs out of space in the middle of a row, it stores the
partial row in a private buffer so that the data in the
partial row is no longer available from the data server, you cannot
then switch to the DBGetItem function to complete the data retrieval.
The numCols field indicates the number of columns in each row of data. The colTypes field is a handle to an array of data types, specifying the type of
data in each column. The number of elements in the array is equal to the value
in the numCols parameter.
The colData field is a handle to the data retrieved by the The colInfo field is a handle to an array of records of type DBColInfoRecord, each of which specifies the length, places, and flags for a data item. There are as many records in the array as there are data items